Html Css Color HEX #F0F245 Paris Daisy

📋 copy color: '#F0F245'

red 240 ◦ green 242 ◦ blue 69

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

Shades of Paris Daisy #F0F245

Tints of Paris Daisy #F0F245

RGB

 RED value IS 240 (94.14% from 255) = 43.56%

 GREEN value IS 242 (94.92% from 255) = 43.92%

 BLUE value IS 69 (27.34% from 255) = 12.52%

R = 43.56%
G = 43.92%
B = 12.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F0F245 (or 0xF0F245) is known color: Paris Daisy. HEX triplet: F0, F2 and 45. RGB value is (240,242,69). Sum of RGB (Red+Green+Blue) = 240+242+69=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 69 (27.34% from 255 or 12.52% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F245 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F245 is #0F0DBA. Grayscale: #DEDEDE. Windows color (decimal): -986555 or 4584176. OLE color: 4584176.

HSL color Cylindrical-coordinate representation of color #F0F245: hue angle of 60.69º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0F245 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 242 69 -
CMYK 0.01 0 0.71 0.05
HSL 60.69º 0.87% 0.61% -
HSV(B) 60.69º 0.71% 0.95% -
XYZ 68.76 82.46 17.92 -
YUV 221.68 41.84 141.07 -
System Red Green Blue C M Y K H S L
Decimal 240 242 69 0.01 0 0.71 0.05 60.69 0.87 0.61
Hex F0 F2 45 1 0 47 5 3D 57 3D
Octal 360 362 105 1 0 107 5 75 127 75
Binary 11110000 11110010 1000101 1 0 1000111 101 111101 1010111 111101

Color Harmonies of #F0F245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F245

Black with #F0F245

Text Example


Text Example

White with #F0F245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F245; }

 p { color: rgb(240,242,69); }

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

background-color css

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

 a { background-color: rgb(240,242,69); }

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

border-color css

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

 span { border-color: rgb(240,242,69); }

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