Html Css Color HEX #F248CE Razzle Dazzle Rose

📋 copy color: '#F248CE'

red 242 ◦ green 72 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F248CE

Tints of Razzle Dazzle Rose #F248CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.85%

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 46.54%
G = 13.85%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F248CE (or 0xF248CE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 48 and CE. RGB value is (242,72,206). Sum of RGB (Red+Green+Blue) = 242+72+206=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F248CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F248CE is #0DB731. Grayscale: #898989. Windows color (decimal): -898866 or 13519090. OLE color: 13519090.

HSL color Cylindrical-coordinate representation of color #F248CE: hue angle of 312.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F248CE is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 72 206 -
CMYK 0 0.70 0.15 0.05
HSL 312.71º 0.87% 0.62% -
HSV(B) 312.71º 0.7% 0.95% -
XYZ 50.08 27.97 61.15 -
YUV 138.11 166.32 202.1 -
System Red Green Blue C M Y K H S L
Decimal 242 72 206 0 0.70 0.15 0.05 312.71 0.87 0.62
Hex F2 48 CE 0 46 F 5 139 57 3E
Octal 362 110 316 0 106 17 5 471 127 76
Binary 11110010 1001000 11001110 0 1000110 1111 101 100111001 1010111 111110

Color Harmonies of #F248CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248CE

Black with #F248CE

Text Example


Text Example

White with #F248CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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