Html Css Color HEX #F83FC2 Razzle Dazzle Rose

📋 copy color: '#F83FC2'

red 248 ◦ green 63 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F83FC2

Tints of Razzle Dazzle Rose #F83FC2

RGB

 RED value IS 248 (97.27% from 255) = 49.11%

 GREEN value IS 63 (25% from 255) = 12.48%

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 49.11%
G = 12.48%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F83FC2 (or 0xF83FC2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3F and C2. RGB value is (248,63,194). Sum of RGB (Red+Green+Blue) = 248+63+194=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FC2 is #07C03D. Grayscale: #848484. Windows color (decimal): -507966 or 12730360. OLE color: 12730360.

HSL color Cylindrical-coordinate representation of color #F83FC2: hue angle of 317.51º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83FC2 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 63 194 -
CMYK 0 0.75 0.22 0.03
HSL 317.51º 0.93% 0.61% -
HSV(B) 317.51º 0.75% 0.97% -
XYZ 50.23 27.41 53.68 -
YUV 133.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 248 63 194 0 0.75 0.22 0.03 317.51 0.93 0.61
Hex F8 3F C2 0 4B 16 3 13E 5D 3D
Octal 370 77 302 0 113 26 3 476 135 75
Binary 11111000 111111 11000010 0 1001011 10110 11 100111110 1011101 111101

Color Harmonies of #F83FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83FC2

Black with #F83FC2

Text Example


Text Example

White with #F83FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83FC2; }

 p { color: rgb(248,63,194); }

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

background-color css

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

 a { background-color: rgb(248,63,194); }

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

border-color css

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

 span { border-color: rgb(248,63,194); }

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