Html Css Color HEX #F129CF Razzle Dazzle Rose

📋 copy color: '#F129CF'

red 241 ◦ green 41 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F129CF

Tints of Razzle Dazzle Rose #F129CF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.38%

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

R = 49.28%
G = 8.38%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F129CF (or 0xF129CF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and CF. RGB value is (241,41,207). Sum of RGB (Red+Green+Blue) = 241+41+207=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F129CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129CF is #0ED630. Grayscale: #777777. Windows color (decimal): -972337 or 13576689. OLE color: 13576689.

HSL color Cylindrical-coordinate representation of color #F129CF: hue angle of 310.2º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F129CF is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 41 207 -
CMYK 0 0.83 0.14 0.05
HSL 310.2º 0.88% 0.55% -
HSV(B) 310.2º 0.83% 0.95% -
XYZ 48.33 24.79 61.27 -
YUV 119.72 177.26 214.5 -
System Red Green Blue C M Y K H S L
Decimal 241 41 207 0 0.83 0.14 0.05 310.2 0.88 0.55
Hex F1 29 CF 0 53 E 5 136 58 37
Octal 361 51 317 0 123 16 5 466 130 67
Binary 11110001 101001 11001111 0 1010011 1110 101 100110110 1011000 110111

Color Harmonies of #F129CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129CF

Black with #F129CF

Text Example


Text Example

White with #F129CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129CF; }

 p { color: rgb(241,41,207); }

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

background-color css

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

 a { background-color: rgb(241,41,207); }

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

border-color css

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

 span { border-color: rgb(241,41,207); }

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