Html Css Color HEX #F142C8 Razzle Dazzle Rose

📋 copy color: '#F142C8'

red 241 ◦ green 66 ◦ blue 200

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

Shades of Razzle Dazzle Rose #F142C8

Tints of Razzle Dazzle Rose #F142C8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.02%

 BLUE value IS 200 (78.52% from 255) = 39.45%

R = 47.53%
G = 13.02%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F142C8 (or 0xF142C8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 42 and C8. RGB value is (241,66,200). Sum of RGB (Red+Green+Blue) = 241+66+200=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F142C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F142C8 is #0EBD37. Grayscale: #858585. Windows color (decimal): -965944 or 13124337. OLE color: 13124337.

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

Color convert

RGB 241 66 200 -
CMYK 0 0.73 0.17 0.05
HSL 314.06º 0.86% 0.6% -
HSV(B) 314.06º 0.73% 0.95% -
XYZ 48.65 26.77 57.25 -
YUV 133.6 165.48 204.6 -
System Red Green Blue C M Y K H S L
Decimal 241 66 200 0 0.73 0.17 0.05 314.06 0.86 0.6
Hex F1 42 C8 0 49 11 5 13A 56 3C
Octal 361 102 310 0 111 21 5 472 126 74
Binary 11110001 1000010 11001000 0 1001001 10001 101 100111010 1010110 111100

Color Harmonies of #F142C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F142C8

Black with #F142C8

Text Example


Text Example

White with #F142C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F142C8; }

 p { color: rgb(241,66,200); }

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

background-color css

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

 a { background-color: rgb(241,66,200); }

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

border-color css

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

 span { border-color: rgb(241,66,200); }

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