Html Css Color HEX #F247C0 Razzle Dazzle Rose

📋 copy color: '#F247C0'

red 242 ◦ green 71 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F247C0

Tints of Razzle Dazzle Rose #F247C0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.06%

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 47.92%
G = 14.06%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F247C0 (or 0xF247C0) is known color: Razzle Dazzle Rose. HEX triplet: F2, 47 and C0. RGB value is (242,71,192). Sum of RGB (Red+Green+Blue) = 242+71+192=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F247C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F247C0 is #0DB83F. Grayscale: #878787. Windows color (decimal): -899136 or 12601330. OLE color: 12601330.

HSL color Cylindrical-coordinate representation of color #F247C0: hue angle of 317.54º 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 #F247C0 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 71 192 -
CMYK 0 0.71 0.21 0.05
HSL 317.54º 0.87% 0.61% -
HSV(B) 317.54º 0.71% 0.95% -
XYZ 48.39 27.19 52.57 -
YUV 135.92 159.65 203.66 -
System Red Green Blue C M Y K H S L
Decimal 242 71 192 0 0.71 0.21 0.05 317.54 0.87 0.61
Hex F2 47 C0 0 47 15 5 13E 57 3D
Octal 362 107 300 0 107 25 5 476 127 75
Binary 11110010 1000111 11000000 0 1000111 10101 101 100111110 1010111 111101

Color Harmonies of #F247C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F247C0

Black with #F247C0

Text Example


Text Example

White with #F247C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F247C0; }

 p { color: rgb(242,71,192); }

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

background-color css

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

 a { background-color: rgb(242,71,192); }

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

border-color css

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

 span { border-color: rgb(242,71,192); }

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