Html Css Color HEX #F35082 French Rose

📋 copy color: '#F35082'

red 243 ◦ green 80 ◦ blue 130

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

Shades of French Rose #F35082

Tints of French Rose #F35082

RGB

 RED value IS 243 (95.31% from 255) = 53.64%

 GREEN value IS 80 (31.64% from 255) = 17.66%

 BLUE value IS 130 (51.17% from 255) = 28.7%

R = 53.64%
G = 17.66%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F35082 (or 0xF35082) is known color: French Rose. HEX triplet: F3, 50 and 82. RGB value is (243,80,130). Sum of RGB (Red+Green+Blue) = 243+80+130=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F35082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35082 is #0CAF7D. Grayscale: #868686. Windows color (decimal): -831358 or 8540403. OLE color: 8540403.

HSL color Cylindrical-coordinate representation of color #F35082: hue angle of 341.6º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F35082 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 80 130 -
CMYK 0 0.67 0.47 0.05
HSL 341.6º 0.87% 0.63% -
HSV(B) 341.6º 0.67% 0.95% -
XYZ 43.86 26.4 23.9 -
YUV 134.44 125.5 205.43 -
System Red Green Blue C M Y K H S L
Decimal 243 80 130 0 0.67 0.47 0.05 341.6 0.87 0.63
Hex F3 50 82 0 43 2F 5 156 57 3F
Octal 363 120 202 0 103 57 5 526 127 77
Binary 11110011 1010000 10000010 0 1000011 101111 101 101010110 1010111 111111

Color Harmonies of #F35082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35082

Black with #F35082

Text Example


Text Example

White with #F35082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35082; }

 p { color: rgb(243,80,130); }

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

background-color css

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

 a { background-color: rgb(243,80,130); }

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

border-color css

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

 span { border-color: rgb(243,80,130); }

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