Html Css Color HEX #F830C9 Razzle Dazzle Rose

📋 copy color: '#F830C9'

red 248 ◦ green 48 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F830C9

Tints of Razzle Dazzle Rose #F830C9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.66%

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

R = 49.9%
G = 9.66%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F830C9 (or 0xF830C9) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and C9. RGB value is (248,48,201). Sum of RGB (Red+Green+Blue) = 248+48+201=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F830C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830C9 is #07CF36. Grayscale: #7C7C7C. Windows color (decimal): -511799 or 13185272. OLE color: 13185272.

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

Color convert

RGB 248 48 201 -
CMYK 0 0.81 0.19 0.03
HSL 314.1º 0.93% 0.58% -
HSV(B) 314.1º 0.81% 0.97% -
XYZ 50.31 26.29 57.68 -
YUV 125.24 170.76 215.56 -
System Red Green Blue C M Y K H S L
Decimal 248 48 201 0 0.81 0.19 0.03 314.1 0.93 0.58
Hex F8 30 C9 0 51 13 3 13A 5D 3A
Octal 370 60 311 0 121 23 3 472 135 72
Binary 11111000 110000 11001001 0 1010001 10011 11 100111010 1011101 111010

Color Harmonies of #F830C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F830C9

Black with #F830C9

Text Example


Text Example

White with #F830C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F830C9; }

 p { color: rgb(248,48,201); }

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

background-color css

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

 a { background-color: rgb(248,48,201); }

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

border-color css

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

 span { border-color: rgb(248,48,201); }

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