Html Css Color HEX #F2F444 Paris Daisy

📋 copy color: '#F2F444'

red 242 ◦ green 244 ◦ blue 68

#F2F444
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #F2F444

Tints of Paris Daisy #F2F444

RGB

 RED value IS 242 (94.92% from 255) = 43.68%

 GREEN value IS 244 (95.7% from 255) = 44.04%

 BLUE value IS 68 (26.95% from 255) = 12.27%

R = 43.68%
G = 44.04%
B = 12.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2F444 (or 0xF2F444) is known color: Paris Daisy. HEX triplet: F2, F4 and 44. RGB value is (242,244,68). Sum of RGB (Red+Green+Blue) = 242+244+68=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 68 (26.95% from 255 or 12.27% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F444 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F444 is #0D0BBB. Grayscale: #E0E0E0. Windows color (decimal): -854972 or 4519154. OLE color: 4519154.

HSL color Cylindrical-coordinate representation of color #F2F444: hue angle of 60.68º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2F444 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 244 68 -
CMYK 0.01 0 0.72 0.04
HSL 60.68º 0.89% 0.61% -
HSV(B) 60.68º 0.72% 0.96% -
XYZ 70.01 84 17.99 -
YUV 223.34 40.34 141.31 -
System Red Green Blue C M Y K H S L
Decimal 242 244 68 0.01 0 0.72 0.04 60.68 0.89 0.61
Hex F2 F4 44 1 0 48 4 3D 59 3D
Octal 362 364 104 1 0 110 4 75 131 75
Binary 11110010 11110100 1000100 1 0 1001000 100 111101 1011001 111101

Color Harmonies of #F2F444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F444

Black with #F2F444

Text Example


Text Example

White with #F2F444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F444; }

 p { color: rgb(242,244,68); }

 H1.HeaderClassName
 {
   color: #F2F444;
 }
 .AnyTagClassName
 {
   color: #F2F444;
 }
</style>

background-color css

<style>
 a { background-color: #F2F444; }

 a { background-color: rgb(242,244,68); }

 div.DivClassName
 {
   background-color: #F2F444;
 }
 .BgClassName
 {
   background-color: #F2F444;
 }
</style>

border-color css

<style>
 span { border-color: #F2F444; }

 span { border-color: rgb(242,244,68); }

 td.TdClassName
 {
   border-color: #F2F444;
 }
 .TagClassName
 {
   border-color: #F2F444;
 }
</style>