Html Css Color HEX #F145CA Razzle Dazzle Rose

📋 copy color: '#F145CA'

red 241 ◦ green 69 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F145CA

Tints of Razzle Dazzle Rose #F145CA

RGB

 RED value IS 241 (94.53% from 255) = 47.07%

 GREEN value IS 69 (27.34% from 255) = 13.48%

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

R = 47.07%
G = 13.48%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F145CA (or 0xF145CA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 45 and CA. RGB value is (241,69,202). Sum of RGB (Red+Green+Blue) = 241+69+202=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F145CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145CA is #0EBA35. Grayscale: #878787. Windows color (decimal): -965174 or 13256177. OLE color: 13256177.

HSL color Cylindrical-coordinate representation of color #F145CA: hue angle of 313.6º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F145CA is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 69 202 -
CMYK 0 0.71 0.16 0.05
HSL 313.6º 0.86% 0.61% -
HSV(B) 313.6º 0.71% 0.95% -
XYZ 49.06 27.22 58.55 -
YUV 135.59 165.48 203.19 -
System Red Green Blue C M Y K H S L
Decimal 241 69 202 0 0.71 0.16 0.05 313.6 0.86 0.61
Hex F1 45 CA 0 47 10 5 13A 56 3D
Octal 361 105 312 0 107 20 5 472 126 75
Binary 11110001 1000101 11001010 0 1000111 10000 101 100111010 1010110 111101

Color Harmonies of #F145CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145CA

Black with #F145CA

Text Example


Text Example

White with #F145CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145CA; }

 p { color: rgb(241,69,202); }

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

background-color css

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

 a { background-color: rgb(241,69,202); }

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

border-color css

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

 span { border-color: rgb(241,69,202); }

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