Html Css Color HEX #F851CA Razzle Dazzle Rose

📋 copy color: '#F851CA'

red 248 ◦ green 81 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F851CA

Tints of Razzle Dazzle Rose #F851CA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.25%

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

R = 46.7%
G = 15.25%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F851CA (or 0xF851CA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 51 and CA. RGB value is (248,81,202). Sum of RGB (Red+Green+Blue) = 248+81+202=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F851CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F851CA is #07AE35. Grayscale: #909090. Windows color (decimal): -503350 or 13259256. OLE color: 13259256.

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

Color convert

RGB 248 81 202 -
CMYK 0 0.67 0.19 0.03
HSL 316.53º 0.92% 0.65% -
HSV(B) 316.53º 0.67% 0.97% -
XYZ 52.31 30.11 58.93 -
YUV 144.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 248 81 202 0 0.67 0.19 0.03 316.53 0.92 0.65
Hex F8 51 CA 0 43 13 3 13D 5C 41
Octal 370 121 312 0 103 23 3 475 134 101
Binary 11111000 1010001 11001010 0 1000011 10011 11 100111101 1011100 1000001

Color Harmonies of #F851CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F851CA

Black with #F851CA

Text Example


Text Example

White with #F851CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F851CA; }

 p { color: rgb(248,81,202); }

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

background-color css

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

 a { background-color: rgb(248,81,202); }

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

border-color css

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

 span { border-color: rgb(248,81,202); }

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