Html Css Color HEX #F145C0 Razzle Dazzle Rose

📋 copy color: '#F145C0'

red 241 ◦ green 69 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F145C0

Tints of Razzle Dazzle Rose #F145C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.25%

R = 48.01%
G = 13.75%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F145C0 (or 0xF145C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 45 and C0. RGB value is (241,69,192). Sum of RGB (Red+Green+Blue) = 241+69+192=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F145C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145C0 is #0EBA3F. Grayscale: #868686. Windows color (decimal): -965184 or 12600817. OLE color: 12600817.

HSL color Cylindrical-coordinate representation of color #F145C0: hue angle of 317.09º 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 #F145C0 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 69 192 -
CMYK 0 0.71 0.20 0.05
HSL 317.09º 0.86% 0.61% -
HSV(B) 317.09º 0.71% 0.95% -
XYZ 47.92 26.76 52.51 -
YUV 134.45 160.48 204 -
System Red Green Blue C M Y K H S L
Decimal 241 69 192 0 0.71 0.20 0.05 317.09 0.86 0.61
Hex F1 45 C0 0 47 14 5 13D 56 3D
Octal 361 105 300 0 107 24 5 475 126 75
Binary 11110001 1000101 11000000 0 1000111 10100 101 100111101 1010110 111101

Color Harmonies of #F145C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145C0

Black with #F145C0

Text Example


Text Example

White with #F145C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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