Html Css Color HEX #F2F648 Paris Daisy

📋 copy color: '#F2F648'

red 242 ◦ green 246 ◦ blue 72

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

Shades of Paris Daisy #F2F648

Tints of Paris Daisy #F2F648

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.93%

 BLUE value IS 72 (28.52% from 255) = 12.86%

R = 43.21%
G = 43.93%
B = 12.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F2F648 (or 0xF2F648) is known color: Paris Daisy. HEX triplet: F2, F6 and 48. RGB value is (242,246,72). Sum of RGB (Red+Green+Blue) = 242+246+72=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 72 (28.52% from 255 or 12.86% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F648 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F648 is #0D09B7. Grayscale: #E1E1E1. Windows color (decimal): -854456 or 4781810. OLE color: 4781810.

HSL color Cylindrical-coordinate representation of color #F2F648: hue angle of 61.38º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2F648 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 246 72 -
CMYK 0.02 0 0.71 0.04
HSL 61.38º 0.91% 0.62% -
HSV(B) 61.38º 0.71% 0.96% -
XYZ 70.74 85.26 18.86 -
YUV 224.97 41.67 140.15 -
System Red Green Blue C M Y K H S L
Decimal 242 246 72 0.02 0 0.71 0.04 61.38 0.91 0.62
Hex F2 F6 48 2 0 47 4 3D 5B 3E
Octal 362 366 110 2 0 107 4 75 133 76
Binary 11110010 11110110 1001000 10 0 1000111 100 111101 1011011 111110

Color Harmonies of #F2F648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F648

Black with #F2F648

Text Example


Text Example

White with #F2F648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F648; }

 p { color: rgb(242,246,72); }

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

background-color css

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

 a { background-color: rgb(242,246,72); }

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

border-color css

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

 span { border-color: rgb(242,246,72); }

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