Html Css Color HEX #F248CA Razzle Dazzle Rose

📋 copy color: '#F248CA'

red 242 ◦ green 72 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F248CA

Tints of Razzle Dazzle Rose #F248CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 46.9%
G = 13.95%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F248CA (or 0xF248CA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 48 and CA. RGB value is (242,72,202). Sum of RGB (Red+Green+Blue) = 242+72+202=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 72 (28.52% from 255 or 13.95% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F248CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F248CA is #0DB735. Grayscale: #898989. Windows color (decimal): -898870 or 13256946. OLE color: 13256946.

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

Color convert

RGB 242 72 202 -
CMYK 0 0.70 0.17 0.05
HSL 314.12º 0.87% 0.62% -
HSV(B) 314.12º 0.7% 0.95% -
XYZ 49.6 27.78 58.62 -
YUV 137.65 164.32 202.43 -
System Red Green Blue C M Y K H S L
Decimal 242 72 202 0 0.70 0.17 0.05 314.12 0.87 0.62
Hex F2 48 CA 0 46 11 5 13A 57 3E
Octal 362 110 312 0 106 21 5 472 127 76
Binary 11110010 1001000 11001010 0 1000110 10001 101 100111010 1010111 111110

Color Harmonies of #F248CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248CA

Black with #F248CA

Text Example


Text Example

White with #F248CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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