Html Css Color HEX #F0FC4B Paris Daisy

📋 copy color: '#F0FC4B'

red 240 ◦ green 252 ◦ blue 75

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

Shades of Paris Daisy #F0FC4B

Tints of Paris Daisy #F0FC4B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.44%

 BLUE value IS 75 (29.69% from 255) = 13.23%

R = 42.33%
G = 44.44%
B = 13.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#F0FC4B (or 0xF0FC4B) is known color: Paris Daisy. HEX triplet: F0, FC and 4B. RGB value is (240,252,75). Sum of RGB (Red+Green+Blue) = 240+252+75=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 75 (29.69% from 255 or 13.23% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC4B is #0F03B4. Grayscale: #E4E4E4. Windows color (decimal): -983989 or 4979952. OLE color: 4979952.

HSL color Cylindrical-coordinate representation of color #F0FC4B: hue angle of 64.07º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0FC4B is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 252 75 -
CMYK 0.05 0 0.70 0.01
HSL 64.07º 0.97% 0.64% -
HSV(B) 64.07º 0.7% 0.99% -
XYZ 72.02 88.65 19.97 -
YUV 228.23 41.52 136.39 -
System Red Green Blue C M Y K H S L
Decimal 240 252 75 0.05 0 0.70 0.01 64.07 0.97 0.64
Hex F0 FC 4B 5 0 46 1 40 61 40
Octal 360 374 113 5 0 106 1 100 141 100
Binary 11110000 11111100 1001011 101 0 1000110 1 1000000 1100001 1000000

Color Harmonies of #F0FC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC4B

Black with #F0FC4B

Text Example


Text Example

White with #F0FC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC4B; }

 p { color: rgb(240,252,75); }

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

background-color css

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

 a { background-color: rgb(240,252,75); }

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

border-color css

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

 span { border-color: rgb(240,252,75); }

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