Html Css Color HEX #F831CF Razzle Dazzle Rose

📋 copy color: '#F831CF'

red 248 ◦ green 49 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F831CF

Tints of Razzle Dazzle Rose #F831CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.72%

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 49.21%
G = 9.72%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F831CF (or 0xF831CF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and CF. RGB value is (248,49,207). Sum of RGB (Red+Green+Blue) = 248+49+207=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 49 (19.53% from 255 or 9.72% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F831CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F831CF is #07CE30. Grayscale: #7E7E7E. Windows color (decimal): -511537 or 13578744. OLE color: 13578744.

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

Color convert

RGB 248 49 207 -
CMYK 0 0.80 0.17 0.03
HSL 312.36º 0.93% 0.58% -
HSV(B) 312.36º 0.8% 0.97% -
XYZ 51.07 26.66 61.49 -
YUV 126.51 173.43 214.65 -
System Red Green Blue C M Y K H S L
Decimal 248 49 207 0 0.80 0.17 0.03 312.36 0.93 0.58
Hex F8 31 CF 0 50 11 3 138 5D 3A
Octal 370 61 317 0 120 21 3 470 135 72
Binary 11111000 110001 11001111 0 1010000 10001 11 100111000 1011101 111010

Color Harmonies of #F831CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831CF

Black with #F831CF

Text Example


Text Example

White with #F831CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831CF; }

 p { color: rgb(248,49,207); }

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

background-color css

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

 a { background-color: rgb(248,49,207); }

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

border-color css

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

 span { border-color: rgb(248,49,207); }

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