Html Css Color HEX #F248C1 Razzle Dazzle Rose

📋 copy color: '#F248C1'

red 242 ◦ green 72 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F248C1

Tints of Razzle Dazzle Rose #F248C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 47.73%
G = 14.2%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F248C1 (or 0xF248C1) is known color: Razzle Dazzle Rose. HEX triplet: F2, 48 and C1. RGB value is (242,72,193). Sum of RGB (Red+Green+Blue) = 242+72+193=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F248C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F248C1 is #0DB73E. Grayscale: #888888. Windows color (decimal): -898879 or 12667122. OLE color: 12667122.

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

Color convert

RGB 242 72 193 -
CMYK 0 0.70 0.20 0.05
HSL 317.29º 0.87% 0.62% -
HSV(B) 317.29º 0.7% 0.95% -
XYZ 48.56 27.36 53.17 -
YUV 136.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 242 72 193 0 0.70 0.20 0.05 317.29 0.87 0.62
Hex F2 48 C1 0 46 14 5 13D 57 3E
Octal 362 110 301 0 106 24 5 475 127 76
Binary 11110010 1001000 11000001 0 1000110 10100 101 100111101 1010111 111110

Color Harmonies of #F248C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F248C1

Black with #F248C1

Text Example


Text Example

White with #F248C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F248C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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