Html Css Color HEX #F247C9 Razzle Dazzle Rose

📋 copy color: '#F247C9'

red 242 ◦ green 71 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F247C9

Tints of Razzle Dazzle Rose #F247C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.11%

R = 47.08%
G = 13.81%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F247C9 (or 0xF247C9) is known color: Razzle Dazzle Rose. HEX triplet: F2, 47 and C9. RGB value is (242,71,201). Sum of RGB (Red+Green+Blue) = 242+71+201=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F247C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F247C9 is #0DB836. Grayscale: #888888. Windows color (decimal): -899127 or 13191154. OLE color: 13191154.

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

Color convert

RGB 242 71 201 -
CMYK 0 0.71 0.17 0.05
HSL 314.39º 0.87% 0.61% -
HSV(B) 314.39º 0.71% 0.95% -
XYZ 49.41 27.6 57.98 -
YUV 136.95 164.15 202.93 -
System Red Green Blue C M Y K H S L
Decimal 242 71 201 0 0.71 0.17 0.05 314.39 0.87 0.61
Hex F2 47 C9 0 47 11 5 13A 57 3D
Octal 362 107 311 0 107 21 5 472 127 75
Binary 11110010 1000111 11001001 0 1000111 10001 101 100111010 1010111 111101

Color Harmonies of #F247C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F247C9

Black with #F247C9

Text Example


Text Example

White with #F247C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F247C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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